home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / alien_clones.swf / scripts / DefineButton2_155 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  156 b   |  7 lines

  1. on(release){
  2.    _root.gameover.gotoAndStop(1);
  3.    _root.you_win.gotoAndStop(1);
  4.    _root.admin.gotoAndStop("how_to");
  5.    _root.splash._visible = 0;
  6. }
  7.